home *** CD-ROM | disk | FTP | other *** search
- package sheet;
-
- import javax.microedition.lcdui.Command;
- import javax.microedition.lcdui.CommandListener;
- import javax.microedition.lcdui.Displayable;
- import javax.microedition.lcdui.List;
-
- class SheetShow$9 implements CommandListener {
- private final SheetShow val$sheet;
- private final short val$menuIdx;
- private final SheetShow this$0;
-
- SheetShow$9(SheetShow var1, SheetShow var2, short var3) {
- this.this$0 = var1;
- this.val$sheet = var2;
- this.val$menuIdx = var3;
- }
-
- public void commandAction(Command var1, Displayable var2) {
- short var3 = (short)((List)var2).getSelectedIndex();
- this.val$sheet.menuAction(this.val$menuIdx, var3);
- }
- }
-